{ "version": 4, "terraform_version": "1.6.2", "serial": 501, "lineage": "32164554-90a5-40bd-ea91-8ea149db0b52", "outputs": { "db_endpoint": { "value": "db-0.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-272a6f0f38b58cc0a", "ami": "ami-5588e92e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4424554b"], "subnet_id": "subnet-4708bf43", "key_name": "prod-deploy-key" } } ] } ] }