{ "version": 4, "terraform_version": "1.8.6", "serial": 339, "lineage": "282c10da-c830-7a39-f444-76a9e979a700", "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-a4e0f4e213e85b889", "ami": "ami-4b7c09ff", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9412f1e6"], "subnet_id": "subnet-b3581981", "key_name": "prod-deploy-key" } } ] } ] }