{ "version": 4, "terraform_version": "1.8.1", "serial": 505, "lineage": "e25dbb67-6a4e-1b65-caad-2cee5660a503", "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-bb57183a3cf36e2a3", "ami": "ami-80fbf160", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-849e5731"], "subnet_id": "subnet-afddc049", "key_name": "prod-deploy-key" } } ] } ] }