{ "version": 4, "terraform_version": "1.8.0", "serial": 414, "lineage": "566c7d3e-7be8-a522-6187-ad0aa0d96d09", "outputs": { "db_endpoint": { "value": "db-4.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-43d437e90f79964d9", "ami": "ami-22c7db2c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3dc157d6"], "subnet_id": "subnet-6fcf1a5b", "key_name": "prod-deploy-key" } } ] } ] }