{ "version": 4, "terraform_version": "1.7.4", "serial": 340, "lineage": "16daa656-377b-dad3-de39-bed87ae12574", "outputs": { "db_endpoint": { "value": "db-1.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-089edbfc16d33d1da", "ami": "ami-30ec14d1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-42c6076d"], "subnet_id": "subnet-fca4558d", "key_name": "prod-deploy-key" } } ] } ] }