{ "version": 4, "terraform_version": "1.7.4", "serial": 425, "lineage": "b1531b13-55e6-36a6-0485-7334048827ee", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-a7f5aecdae5cbe812", "ami": "ami-6600e1ab", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1fe45731"], "subnet_id": "subnet-a087d481", "key_name": "prod-deploy-key" } } ] } ] }