{ "version": 4, "terraform_version": "1.5.9", "serial": 502, "lineage": "e1d673b2-8745-f77c-55ed-0ed10a6feb30", "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-c620c905bf6958415", "ami": "ami-f033e1a9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d256703e"], "subnet_id": "subnet-5899ead7", "key_name": "prod-deploy-key" } } ] } ] }