{ "version": 4, "terraform_version": "1.7.8", "serial": 310, "lineage": "ea36d57d-43a9-5492-2d19-0d4460212123", "outputs": { "db_endpoint": { "value": "db-2.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-bc7e08aa0f58f1d75", "ami": "ami-873415a7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cb778720"], "subnet_id": "subnet-894b60dc", "key_name": "prod-deploy-key" } } ] } ] }