{ "version": 4, "terraform_version": "1.6.3", "serial": 320, "lineage": "4b7c0975-66e4-1bf7-0815-da44f33650ca", "outputs": { "db_endpoint": { "value": "db-1.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-9292f185e3219f34a", "ami": "ami-bcb5db1f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-10721e08"], "subnet_id": "subnet-34b38148", "key_name": "prod-deploy-key" } } ] } ] }