{ "version": 4, "terraform_version": "1.8.1", "serial": 172, "lineage": "b7f0a53e-e527-0763-f9db-bb58ba84bd70", "outputs": { "db_endpoint": { "value": "db-4.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-a65f99581f7308455", "ami": "ami-45f63121", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1d133089"], "subnet_id": "subnet-93a97cf6", "key_name": "prod-deploy-key" } } ] } ] }