{ "version": 4, "terraform_version": "1.6.9", "serial": 191, "lineage": "d92b2cc0-c8d4-d41f-f436-bd960f9e5ff9", "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-74fccfd79bd3670c1", "ami": "ami-db7d0b14", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0ee022c8"], "subnet_id": "subnet-ec59d814", "key_name": "prod-deploy-key" } } ] } ] }