{ "version": 4, "terraform_version": "1.6.0", "serial": 576, "lineage": "1ef0cfb8-d42f-aaad-da36-c8c5d595ef6a", "outputs": { "db_endpoint": { "value": "db-1.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-7ce1a5e7f8fcaabad", "ami": "ami-d8bfd3cd", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fa18eb09"], "subnet_id": "subnet-6a9f2ac3", "key_name": "prod-deploy-key" } } ] } ] }