{ "version": 4, "terraform_version": "1.6.5", "serial": 320, "lineage": "52c9c21b-7327-4a0e-3ea8-087488077d31", "outputs": { "db_endpoint": { "value": "db-3.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-9ef2f795a1d619f20", "ami": "ami-829ba823", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dae329b1"], "subnet_id": "subnet-5f0c1aab", "key_name": "prod-deploy-key" } } ] } ] }