{ "version": 4, "terraform_version": "1.8.4", "serial": 544, "lineage": "021edad7-52ee-ef9e-6f44-5582a4bd003e", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-f25db3f1ee28d7384", "ami": "ami-11f84237", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0e411286"], "subnet_id": "subnet-78d92e63", "key_name": "prod-deploy-key" } } ] } ] }