{ "version": 4, "terraform_version": "1.5.8", "serial": 401, "lineage": "1904c72a-2659-3b30-ab94-98016bb6202a", "outputs": { "db_endpoint": { "value": "db-3.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-e7e19a814e423d855", "ami": "ami-3cc98147", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1e20135b"], "subnet_id": "subnet-7241205e", "key_name": "prod-deploy-key" } } ] } ] }