{ "version": 4, "terraform_version": "1.5.4", "serial": 188, "lineage": "919905e4-efc5-e9cd-7b96-e0e87152b849", "outputs": { "db_endpoint": { "value": "db-3.eu-west-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-8f8a4a9fd7d62a54a", "ami": "ami-c6b5e4aa", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2368d684"], "subnet_id": "subnet-5ea2a59d", "key_name": "prod-deploy-key" } } ] } ] }