{ "version": 4, "terraform_version": "1.5.8", "serial": 581, "lineage": "7945e398-0832-3f78-cd18-e0c5c1f196b4", "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-91f7728d66a3b2d44", "ami": "ami-59185048", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-57830276"], "subnet_id": "subnet-8273a093", "key_name": "prod-deploy-key" } } ] } ] }