{ "version": 4, "terraform_version": "1.5.0", "serial": 159, "lineage": "f779c9ca-9c71-656f-9db6-52bbb12bb280", "outputs": { "db_endpoint": { "value": "db-2.us-east-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-18ca61782386e1725", "ami": "ami-f11b95f2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-831b8363"], "subnet_id": "subnet-b000563f", "key_name": "prod-deploy-key" } } ] } ] }