{ "version": 4, "terraform_version": "1.8.7", "serial": 425, "lineage": "ad0e6faf-0abe-8cbd-7056-54b9cb7f6533", "outputs": { "db_endpoint": { "value": "db-3.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-98c6fca88af458779", "ami": "ami-74064d27", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b275d0d0"], "subnet_id": "subnet-76408247", "key_name": "prod-deploy-key" } } ] } ] }