{ "version": 4, "terraform_version": "1.8.8", "serial": 172, "lineage": "1d779749-b8be-2c19-d493-c3e4e2f87ae0", "outputs": { "db_endpoint": { "value": "db-1.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-43d4354d4e29389d5", "ami": "ami-a4696de0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8b53d493"], "subnet_id": "subnet-7666fdd8", "key_name": "prod-deploy-key" } } ] } ] }